HipTilesetImpl.readJSON

Undocumented in source. Be warned that the author may not have intended to support it.
  1. HipTilesetImpl readJSON(string path, uint firstGid, void delegate(HipTilesetImpl self) onSuccess, void delegate() onError)
    class HipTilesetImpl
    static
    readJSON
    (
    string path
    ,,,
    void delegate
    ()
    onError
    )
  2. HipTilesetImpl readJSON(string path, uint firstGid, JSONValue t, void delegate(HipTilesetImpl self) onSuccess, void delegate() onError)

Meta